Intersoft ClientUI Documentation
Subscribe Method (DelegateEvent<TPayload>)



Subscribes a delegate to an event that will be published on the ThreadOption.PublisherThread. DelegateEvent<TPayload> will maintain a to the target of the supplied action delegate.
Overload List
OverloadDescription
Subscribe(Action<TPayload>)Subscribes a delegate to an event that will be published on the ThreadOption.PublisherThread. DelegateEvent<TPayload> will maintain a to the target of the supplied action delegate.  
Subscribe(Action<TPayload>,SubscribeOptions)Subscribes a delegate to an event. DelegateEvent will maintain a to the Target of the supplied action delegate.  
Subscribe(Action<TPayload>,SubscribeOptions,Predicate<TPayload>) Subscribes a delegate to an event.  
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DelegateEvent<TPayload> Class
DelegateEvent<TPayload> Members

Send Feedback